JavaScript

A5.chart.Definition AxisInterval Date Object

IN THIS PAGE

Description

Definition of an axis of a chart.

Properties

fromstring

How the interval is calculated. The values can be "auto" (the default), "year", "month", "week", "day", "hour", "minute", "size" or "count".

sizenumber

When "from" is "size", the number of pixels to use as the minimum distance between marks. The default is "15".

countnumber

When "from" is "count", an explicit number marks to be drawn. The default is "8".